1. /* sdcnln10.cpp by K.Tsuru */
  2. // function ID 3502 DARDIX
  3. /*********************
  4. default function for
  5. constant log(10)
  6. **********************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. SDouble SNLog10(){
  11. SDouble r;
  12. r = Log(0.1);
  13. r.ChangeSign(); // r = -r = log(10)
  14. return r;
  15. }

sdcnln10.cpp : last modifiled at 2016/09/04 14:21:39(293 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).